body {
background: #000;
}
ul, li {
    /* utilisation de liste pour le menu */
list-style-type: none; /* suppression des puces de liste */;
    margin: 0;
    text-align: center;
    font: 0.9em "Trebuchet MS", helvetica, sans-serif;
    height: 50px;
}


/* On a ajouté de quoi mettre une police de caractère et une couleur de fond */

div#conteneur
{
    width: 783px;
    margin: 0 auto;
   
    text-align:center;
    border: 2px solid #FFFFFF ;
    font-family: "Arial Black";
    background-color: #FFFFFF; 
    background-image: url('menu/fondmenu.png');
   
}
/* Une bordure autour de l'ensemble de la page,
et couleur blanche pour le fond de celle-ci */

ul {
    /* positionnement pour IE5 et IE5.5 */
    background: transparent no-repeat left top;
   width: 765px;
    text-align: right;
   
    height: 516px;
    
   padding-left: 20px; 
    
     
    
    
}
li {
    float: left;
      width: 95px;
          height: 50px;
            padding-top: 375px;

  
}
li a {
    /* dimensions et définitions des boutons */
display:  inline-table; /* mise en block de <a> pour lui donner des dimensions */
    height: 20px;
    width: 95px;
    color: #fff;
    font-size: 1.02em;
    line-height: 50px; /* hauteur de ligne pour éviter les paddings */
    font-weight: bold;
    font-family: arial, serif;
    text-decoration: none;
  
    background: transparent no-repeat left top;
  
}




div#mentions {
  font-family: verdana, arial, sans-serif;
  position: absolute;
  bottom : 200px;
  left : 10px;
  width: 400px;
  margin: 1em;
  padding: 0.5em;
  background: #FFF7D2;
  -moz-border-radius:10px;
  border-radius:10px;
  line-height: 1.1;
  font-size: 0.9em;
}
div#mentions a {
  text-decoration: none;
  color: #222;
}
div#mentions a:hover {
  text-decoration: underline;
  color: black;
}


p#footer
{
    margin: 0;
    padding-right: 10px;
    line-height: 30px;
    text-align: center;
    color: #8a0;
    background-color: #000000;
    font-size: 0.8em;
}